@charset "utf-8";
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    outline: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
}

html {
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
}

body {
    font-family: Heiti, Heiti SC, DroidSans, DroidSansFallback, Arial, "Microsoft YaHei";
    ;
    color: #333;
    outline: none;
    font-size: 14px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
option,
button {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
option,
button {
    font-size: 100%
}

abbr {
    border: 0;
}

em,
i {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    display: block;
}

a:hover {
    vertical-align: outline: none;
    text-decoration: none;
}

a,
button,
input,
textarea,
select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: none;
    border: none;
}


/* 1.去除android a/button/input标签被点击时产生的边框 2.去除ios a标签被点击时产生的半透明灰色背景 */

.clear {
    clear: both;
    height: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

textarea {
    resize: none;
}


/*禁止改变大小*/


/*解决firefox按钮文字难以垂直居中问题*/

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input,
textarea,
select,
option,
button,
form,
fieldset {
    font-family: "microsoft yahei";
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}


/*王海杭模板站首页*/


/*头部开始*/

.top {
    width: 100%;
    background: #ffffff;
}

.top1 {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    width: 219px;
    height: 117px;
    float: left;
}

.logo img {
    width: 219px;
    height: 117px;
}


/*头部结束*/


/*导航开始*/

.nav {
    margin: 0 auto;
    margin-left: 82px;
    float: left;
}

.nav ul {
    margin: 0 auto;
    float: left;
}

.nav ul li {
    float: left;
    width: 110px;
    height: 117px;
    line-height: 117px;
    text-align: center;
    margin-right: 15px;
}

.nav ul li a {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.nav ul li:hover a.yanse {
    background: #0193dd;
    color: #ffffff;
}


/*.nav ul li .s_nav{width: 100%;background: #565656;display: none;position: relative;z-index: 9999}
.nav ul li .s_nav a{display: block;height: 38px;line-height: 38px;color: #fff}
.nav ul li .s_nav a:hover{background: #0193dd;}*/

.header-dianhua {
    float: right;
    width: 220px;
    height: 30px;
    font-size: 16px;
    margin: 19px 0 15px;
    /* background: #0194da; */
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    color: red;
    text-shadow: 0 1px hsl(0, 0%, 85%), 0 2px hsl(0, 0%, 80%), 0 3px hsl(0, 0%, 75%), 0 4px hsl(0, 0%, 70%), 0 5px hsl(0, 0%, 65%), 0 5px 10px black;
    animation: heart 1s infinite;
}

@keyframes heart {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.sousuo {
    float: right;
    width: 220px;
    height: 30px;
    border: 1px solid #0194da;
    border-radius: 14px;
    color: #333333;
}

.sousuo01 .ji {
    width: 156px;
    height: 30px;
    text-indent: 15px;
    line-height: 30px;
    float: left;
    color: #333333;
}

.dianji {
    color: #333333;
    width: 62px;
    height: 28px;
    background: url(../images/sou.jpg)center center no-repeat;
    float: right;
    background-size: 62px 28px;
}


/*导航结束*/

.guanyu {
    width: 1200px;
    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 40px;
}

.guanyu .biaoti {
    width: 1200px;
    margin: 0 auto;
    background: url(../images/shu.jpg)left center no-repeat;
}

.guanyu .biaoti h2 {
    padding-left: 15px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.guanyu .biaoti h3 {
    padding-left: 15px;
    font-size: 16px;
    color: #999999;
    text-transform: Uppercase;
}

.guanyu .zuo {
    width: 780px;
    float: left;
}

.guanyu .zuo h4 {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    margin-top: 28px;
}

.guanyu .zuo .geng {
    width: 132px;
    line-height: 40px;
    border: 1px solid #0193de;
    border-radius: 60px;
    text-align: center;
    margin-top: 38px;
}

.guanyu .zuo .geng a {
    font-size: 14px;
    color: #0193de;
}

.guanyu .you {
    float: right;
    margin-top: -65px;
}

.guanyu .you img {
    width: 390px;
    height: 329px;
}

.sychanpin {
    width: 1200px;
    margin: 0 auto;
    margin-top: 55px;
}

.sychanpin .biaoti {
    width: 1200px;
    margin: 0 auto;
    background: url(../images/shu.jpg)left center no-repeat;
}

.sychanpin .biaoti h2 {
    padding-left: 15px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.sychanpin .biaoti h3 {
    padding-left: 15px;
    font-size: 16px;
    color: #999999;
    text-transform: Uppercase;
}

.sychanpin .biaoti h3 a {
    float: right;
    font-size: 14px;
    color: #0193de;
}

.sychanpin ul {
    width: 1200px;
    margin: 0 auto;
    margin-top: 5px;
}

.sychanpin ul li {
    width: 384px;
    float: left;
    margin-right: 24px;
    margin-top: 28px;
}

.sychanpin ul li:nth-child(3n) {
    margin-right: 0px;
}

.sychanpin ul li img {
    width: 382px;
    height: 279px;
    border: 1px solid #dfdfdf;
    display: block;
}

.sychanpin ul li .wz {
    width: 382px;
    height: 192px;
    background: #f5f5f5;
}

.sychanpin ul li .wz h2 {
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    padding-top: 15px;
    padding-left: 20px;
    width: 335px;
}

.sychanpin ul li .wz h3 {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    padding-left: 20px;
    width: 335px;
}

.sychanpin ul li .wz h4 {
    font-size: 14px;
    color: #0193de;
    padding-left: 20px;
    width: 335px;
    margin-top: 15px;
}

.syxinwen {
    width: 100%;
    background: #f5f5f5;
    margin-top: 55px;
    padding-top: 55px;
    padding-bottom: 55px;
}

.syxinwen .biaoti {
    width: 1200px;
    margin: 0 auto;
    background: url(../images/shu.jpg)left center no-repeat;
}

.syxinwen .biaoti h2 {
    padding-left: 15px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.syxinwen .biaoti h3 {
    padding-left: 15px;
    font-size: 16px;
    color: #999999;
    text-transform: Uppercase;
}

.syxinwen .biaoti h3 a {
    float: right;
    font-size: 14px;
    color: #0193de;
}

.syxinwen ul {
    width: 1200px;
    margin: 0 auto;
    background: url(../images/biao.jpg)left center no-repeat;
    height: 354px;
    margin-top: 38px;
}

.syxinwen ul li {
    padding-left: 42px;
    padding-top: 7px;
}

.syxinwen ul li h2 {
    font-size: 16px;
    color: #333333;
    float: left;
}

.syxinwen ul li h3 {
    font-size: 14px;
    color: #999999;
    float: right;
}

.syxinwen ul li h4 {
    font-size: 14px;
    color: #666666;
    line-height: 50px;
}

.syxinwen ul li h5 {
    font-size: 14px;
    color: #0193de;
}

.syxinwen ul li:nth-child(2) {
    margin-top: 27px;
}

.syxinwen ul li:nth-child(3) {
    margin-top: 31px;
}

.footer {
    width: 100%;
    background: #262626;
}

.foot {
    text-align: center;
}

.foot ul {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    line-height: 88px;
}

.foot ul li {
    width: 110px;
    text-align: center;
    display: inline-block;
}

.foot ul li a {
    font-size: 16px;
    color: #999999;
}

.foot img {
    width: 1200px;
    margin: 0 auto;
}

.foot h2 {
    text-align: center;
    line-height: 75px;
    font-size: 16px;
    color: #999999;
}

.con {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.con .z {
    float: left;
    margin-top: -57px;
    width: 263px;
    background: rgba(255, 255, 255, 0.5);
}

.mbmb {
    background: rgba(255, 255, 255, 0.7);
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
}

.con .z .dao {
    width: 247px;
    margin: 0 auto;
    margin-top: 8px;
}

.con .z .dao li:nth-child(1) {
    background: #0071d1;
}

.con .z .dao li {
    width: 247px;
    line-height: 49px;
    background: #0094df;
}

.con .z .dao li a {
    font-size: 16px;
    color: black;
    width: 216px;
    margin: 0 auto;
    padding-left: 8px;
}

.lian {
    width: 245px;
    margin: 0 auto;
    background: url(../images/lian.jpg) no-repeat 50% 28px;
    margin-top: 12px;
    border: 1px solid #ccc;
    padding: 100px 10px 10px;
}

.lian h2 {
    width: 160px;
    margin: 0 auto;
    border-bottom: 1px dashed #dfdfdf;
    font-size: 14px;
    color: #666666;
    padding-top: 66px;
    padding-bottom: 10px;
    line-height: 22px;
    margin-bottom: 10px;
}

.lian h3 {
    padding: 5px 0;
    margin: 0 auto;
    border-bottom: 1px dashed #dfdfdf;
    font-size: 14px;
    color: #666666;
    line-height: 38px;
}

.lian h3:last-child {
    border: none;
}

.lian h4 {
    width: 160px;
    margin: 0 auto;
    border-bottom: 1px dashed #dfdfdf;
    font-size: 14px;
    color: #666666;
    padding-bottom: 10px;
    margin-top: 10px;
    line-height: 22px;
    display: none;
}

.con .y {
    width: 925px;
    float: right;
}

.con .y .daohang {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}

.con .y .daohang h2 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 54px;
    float: left;
    border-bottom: 2px solid #0998e0;
    font-size: 14px;
    color: #333333;
}

.con .y .daohang span {
    float: right;
    line-height: 56px;
    font-size: 14px;
    color: #666666;
    background: url(../images/home.png)left center no-repeat;
    padding-left: 22px;
}

.neirong {
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 45px;
}

.neirong p {
    line-height: 24px;
    color: #535353;
    font-size: 14px;
}

.xin {
    width: 100%;
}

.xin ul {
    width: 100%;
}

.xin ul li {
    width: 100%;
    height: 169px;
    border: 1px solid #dedede;
    margin-top: 21px;
}

.xin ul li .zuo {
    width: 105px;
    float: left;
}

.xin ul li .zuo h2 {
    text-align: center;
    font-size: 28px;
    color: #926666;
    font-weight: bold;
    padding-top: 20px;
}

.xin ul li .zuo h3 {
    text-align: center;
    font-size: 14px;
    color: #808080;
    margin-top: 8px;
}

.xin ul li .you {
    width: 795px;
    float: left;
    margin-right: 20px;
}

.xin ul li .you h2 {
    font-size: 16px;
    color: #333333;
    margin-top: 28px;
}

.xin ul li .you h3 {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 18px;
}

.cppp ul {
    width: 925px;
    margin: 0 auto;
    margin-top: 5px;
}

.cppp ul li {
    width: 296px;
    float: left;
    margin-right: 18px;
    margin-top: 23px;
}

.cppp ul li:nth-child(3n) {
    margin-right: 0px;
}

.cppp ul li img {
    width: 294px;
    height: 215px;
    border: 1px solid #dfdfdf;
    display: block;
}

.cppp ul li .wz {
    width: 294px;
    height: 192px;
    background: #f5f5f5;
}

.cppp ul li .wz h2 {
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    padding-top: 15px;
    padding-left: 20px;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cppp ul li .wz h3 {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    padding-left: 20px;
    width: 270px;
}

.cppp ul li .wz h4 {
    font-size: 14px;
    color: #0193de;
    padding-left: 20px;
    width: 335px;
    margin-top: 15px;
}

.daohang span a {
    display: inline-block;
    color: #666666;
}

.sxp a {
    display: inline-block;
    color: #0094df;
}

.sxp {
    margin-top: 60px;
    margin-bottom: 20px;
}

.fenye {
    width: 100%;
    padding: 10px 0px;
    margin-top: 10px !important;
    text-align: center;
    margin: 0 auto;
}

.fenye a {
    text-decoration: none;
    color: #333;
    padding: 10px 15px 10px 15px;
    background-color: #eeeff3;
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
}

.fenye span {
    text-decoration: none;
    color: #333;
    padding: 10px 15px 10px 15px;
    background-color: #eeeff3;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
}

.fenye a:visited {
    text-decoration: none;
    color: #333;
}

.fenye a:link {
    text-decoration: none;
    color: #333;
}

.fenye div .current {
    background: #0071d1;
    color: white;
}

.chanpin-daohang {
    width: 100%;
    display: inline-block;
}

.chanpin-daohang ul li {
    width: 100px;
    background: #0071d1;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
}

.chanpin-daohang ul li a {
    color: #fff;
    display: block;
}